Package com.cisco.pt.ipc.sim
Interface Ephone
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
EphoneImpl
Information provided by the PKI file:
\class CEphone
\brief CEphone holds and manipulates VOIP ephones.
\example network().getDevice("Router0").getProcess("CMEProcess").getEphone(1)
- Author:
- Auto-generated
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setType
Information provided by the PKI file:
\brief Sets the ephone type. \param ePhoneType, the ephone type. \return bool, true if successful, otherwise false.- Parameters:
ePhoneType- Takes in a parameter of ePhoneType- Returns:
- boolean Returns a boolean
-
getType
String getType()Information provided by the PKI file:
\brief Returns the ephone type. \return string, the ephone type.- Returns:
- String Returns a String
-
getTag
int getTag()Information provided by the PKI file:
\brief Returns the tag of the ephone. \return int, the tag of the ephone.- Returns:
- int Returns a int
-